home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / New Stuffed Files / MacDM,v2.0.sit / Treasure & Spells / card_4038.txt < prev    next >
Encoding:
Text File  |  1988-10-20  |  394 b   |  20 lines

  1. -- card: 4038 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2446
  5. -- name: Spells & Deeds
  6. ----- HyperTalk script -----
  7. on spellstuff
  8.   push card
  9.   go card "Experience Calculator" of stack "Hitpoint Records"
  10.   global ultrakeystate
  11.   if ultrakeystate is up then
  12.     distributeitC
  13.   end if
  14.   if ultrakeystate is down then
  15.     distributeitD
  16.   end if
  17.   pop card
  18. end spellstuff
  19.  
  20.